feat(ng-dev): add sync-module-bazel command to update pnpm and typescript versions and integrity in MODULE.bazel#3340
Conversation
5153813 to
dc9872e
Compare
…ypescript` versions and integrity in `MODULE.bazel` This is helpful to ensure that these versions are always synced.
dc9872e to
67a9f7b
Compare
c9c20e4 to
8eb6661
Compare
This will be handled in dev-infra preset, see: angular/dev-infra#3340
a5377cc to
de575ef
Compare
| "24.11.0-linux_amd64": ("node-v24.11.0-linux-x64.tar.xz", "node-v24.11.0-linux-x64", "46da9a098973ab7ba4fca76945581ecb2eaf468de347173897044382f10e0a0a"), | ||
| "24.11.0-windows_amd64": ("node-v24.11.0-win-x64.zip", "node-v24.11.0-win-x64", "1054540bce22b54ec7e50ebc078ec5d090700a77657607a58f6a64df21f49fdd"), | ||
| }, | ||
| node_version = "24.11.0", |
There was a problem hiding this comment.
Using node_version_from_nvmrc in dev-infra causes build failures because pnpm ng-dev sync-module-bazel executes inside Bazel. To prevent errors during syncing, we must ensure the Node.js toolchain is correctly configured before actually syncing. Thus, we update the node_version with that inside the .nvmrc during syncing.
de575ef to
f4c65c8
Compare
… and `typescript` versions and integrity in `MODULE.bazel`
f4c65c8 to
e2c8384
Compare
josephperrott
left a comment
There was a problem hiding this comment.
LGTM
Just the one thing noted here.
… and `typescript` versions and integrity in `MODULE.bazel`
This will be handled in dev-infra preset, see: angular/dev-infra#3340
|
This PR was merged into the repository. The changes were merged into the following branches:
|
This will be handled in dev-infra preset, see: angular/dev-infra#3340
This will be handled in dev-infra preset, see: angular/dev-infra#3340 (cherry picked from commit 99db2e9)
This will be handled in dev-infra preset, see: angular/dev-infra#3340 (cherry picked from commit 99db2e9)
|
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
This is helpful to ensure that these versions are always synced.